agents.anac.y2011.TheNegotiator
Class ErrorLogger

java.lang.Object
  extended by agents.anac.y2011.TheNegotiator.ErrorLogger

public class ErrorLogger
extends java.lang.Object

Simple class used to log errors in a logfile.

Author:
Alex Dirkzwager, Mark Hendrikx, Julian de Ruiter

Constructor Summary
ErrorLogger()
           
 
Method Summary
static void log(java.lang.String error)
          Used to log an error message in xml-format in a html file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorLogger

public ErrorLogger()
Method Detail

log

public static void log(java.lang.String error)
Used to log an error message in xml-format in a html file. Messages are appended.

Parameters:
error - message which should be stored